"classic MacOS X aqua" shadcn/ui theme

retro-futuristic
translucent-aqua
Y2K-aesthetic
high-contrast-fluorescent
gel-button-inspiration
depth-through-gradients
luminous-interface
early-2000s-nostalgia
dual-mode-emotion
light:optimistic-futurism
dark:cyber-noir
functional-playfulness
dynamic-visual-hierarchy
skeuomorphic-elements
water-refraction-effects

Shadcn/ui Theme Css Variables

name: Aqua Nostalgiakeyword: classic MacOS X aqua views: 0

:root {
  --background: 240 100% 99%;
  --foreground: 240 60% 2%;
  --card: 240 100% 99%;
  --card-foreground: 240 60% 2%;
  --popover: 240 100% 99%;
  --popover-foreground: 240 60% 2%;
  --primary: 210 100% 50%;
  --primary-foreground: 240 100% 99%;
  --secondary: 180 100% 40%;
  --secondary-foreground: 240 100% 99%;
  --muted: 240 20% 95%;
  --muted-foreground: 240 20% 40%;
  --accent: 300 100% 50%;
  --accent-foreground: 240 100% 99%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 240 100% 99%;
  --border: 240 20% 85%;
  --input: 240 20% 95%;
  --ring: 210 100% 50%;
  --radius: 0.75rem;
  --chart-1: 210 100% 50%;
  --chart-2: 180 100% 40%;
  --chart-3: 300 100% 50%;
  --chart-4: 60 100% 50%;
  --chart-5: 0 100% 50%;
} 

.dark {
  --background: 240 60% 2%;
  --foreground: 240 20% 95%;
  --card: 240 60% 5%;
  --card-foreground: 240 20% 95%;
  --popover: 240 60% 5%;
  --popover-foreground: 240 20% 95%;
  --primary: 210 100% 60%;
  --primary-foreground: 240 60% 2%;
  --secondary: 180 100% 50%;
  --secondary-foreground: 240 60% 2%;
  --muted: 240 20% 15%;
  --muted-foreground: 240 20% 60%;
  --accent: 300 100% 60%;
  --accent-foreground: 240 60% 2%;
  --destructive: 0 100% 60%;
  --destructive-foreground: 240 60% 2%;
  --border: 240 20% 20%;
  --input: 240 20% 15%;
  --ring: 210 100% 60%;
  --radius: 0.75rem;
  --chart-1: 210 100% 60%;
  --chart-2: 180 100% 50%;
  --chart-3: 300 100% 60%;
  --chart-4: 60 100% 60%;
  --chart-5: 0 100% 60%;
}